Skip to content

Add string conversion error modes #1902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 12, 2021
Merged

Add string conversion error modes #1902

merged 8 commits into from
Jun 12, 2021

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Jun 12, 2021

Adds a new ErrorMode option to UTF-8 encoding, allowing to either keep unpaired surrogate (default, as of WTF-8), replace them (lossy to UTF-8), or error. Defaults remain unchanged.

  • I've read the contributing guidelines

dcodeIO and others added 2 commits June 12, 2021 18:35
@dcodeIO dcodeIO merged commit 3564848 into main Jun 12, 2021
@dcodeIO dcodeIO deleted the strconv branch June 18, 2021 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants